home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doodle_d.swf / scripts / frame_5 / DoAction_4.as < prev    next >
Text File  |  2013-04-24  |  341b  |  15 lines

  1. _root._y = 0;
  2. shieldStart = false;
  3. shieldMC.clear();
  4. ship._x = -500;
  5. ship._y = -500;
  6. shop.onEnterFrame = function()
  7. {
  8.    lifePrice = "$" + lifePrice2;
  9.    speedPrice = "$" + speedPrice2;
  10.    ratePrice = "$" + ratePrice2;
  11.    burstPrice = "$" + burstPrice2;
  12.    shieldPrice = "$" + shieldPrice2;
  13.    drawPrice = "$" + drawPrice2;
  14. };
  15.